Class CommentTest2
- java.lang.Object
-
- CommentTest2
-
public class CommentTest2 extends java.lang.Object
This is a document commnet test;
-
-
Constructor Summary
Constructors Constructor Description CommentTest2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAge()
java.lang.String
getName()
void
setAge(int age)
void
setName(java.lang.String name)
-